@media screen and (min-width:960px) {
    .ment-yun-alls {
        width: 100%;
        height: 12.6rem;
        background: url(/img/html5_join/new_index/ments-jxcg.png);
        background-size: 100% 12.6rem;
        overflow: hidden;
      }
    
      .ment-yun-alls h2 {
        width: 4.2rem;
        height: 0.22rem;
        font-size: 0.5rem;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #C90000;
        line-height: 0.2rem;
        background: url(/img/html5_join/new_index/liniuan-biao-bei.png);
        background-size: 4.2rem 0.22rem;
        margin: 0 auto;
        text-align: center;
        margin-top: 0.8rem;
      }
    
      .ment-yun-alls .yd-fun-zhuang {
        display: none;
      }
    
      .ment-yun-alls .fun-zhuang {
        width: 11.8rem;
        height: 4.36rem;
        margin: 0 auto;
        margin-top: 0.5rem;
      }
    
    
    
      .ment-yun-alls .school-cionsshi {
        width: 12.01rem;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        margin-top: 0.4rem;
      }
    
      .school-cionsshi dl {
        width: 2rem;
        height: 2.4rem;
        background: url(/img/html5_join/new_index/cheng-samll-maisui.png) no-repeat;
        background-size: 2rem 2.4rem;
        position: relative;
        font-size: 10px;
        padding-top: 0.3rem;
      }
    
      .school-cionsshi dl dt {
        width: 2rem;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
      }
    
      .school-cionsshi dl dt img {
        width: 0.92rem;
        height: 0.92rem;
      }
    
      .school-cionsshi dl .school-name-cons {
        font-size: 0.16rem;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #333333;
        line-height: 0.36rem;
        text-align: center;
      }
    
      .school-cionsshi dl .school-last-cons {
        font-size: 0.2rem;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #D5081E;
        line-height: 0.36rem;
        text-align: center;
        margin-top: 0.4rem;
        animation: big 1s infinite;
      }
    
    
    
      @keyframes big {
        from {
          -webkit-transform: scale(1);
          -webkit-transform-origin: 50% 50%;
        }
    
        to {
          -webkit-transform: scale(1.3);
          -webkit-transform-origin: 50% 50%;
        }
      }
}

@media screen and (max-width:960px) {


    .ment-yun-alls {
        width: 100%;
        height: 10.6rem;
        background: url(/img/html5_join/new_index/yd-ments-jxcg.png);
        background-size: 100% 10.6rem;
        overflow: hidden;
    }

    .ment-yun-alls h2 {
        width: 2.3rem;
        height: 0.11rem;
        font-size: 0.25rem;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #C90000;
        line-height: 0.1rem;
        background: url(/img/html5_join/new_index/liniuan-biao-bei.png);
        background-size: 2.3rem 0.11rem;
        margin: 0 auto;
        text-align: center;
        margin-top: 0.4rem;
    }

    .ment-yun-alls .fun-zhuang {
        display: none;
    }

    .ment-yun-alls .yd-fun-zhuang {
        width: 3.68rem;
        height: 2.94rem;
        margin: 0 auto;
        margin-top: 0.25rem;
    }

    .ment-yun-alls .school-cionsshi {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0.12rem;
        margin-bottom: 0.3rem;
        margin-top: 0.15rem;
    }

    .school-cionsshi dl {
        width: 1.13rem;
        height: 1.2rem;
        background: url(/img/html5_join/new_index/cheng-samll-maisui.png) no-repeat;
        background-size: 1.13rem 1.5rem;
        position: relative;
        font-size: 10px;
        padding-top: 0.15rem;
    }

    .school-cionsshi dl dt {
        width: 1.13rem;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .school-cionsshi dl dt img {
        width: 0.6rem;
        height: 0.6rem;
    }

    .school-cionsshi dl .school-name-cons {
        font-size: 0.1rem;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #333333;
        line-height: 0.18rem;
        text-align: center;

    }

    .school-cionsshi dl .school-last-cons {
        font-size: 0.12rem;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #D5081E;
        line-height: 0.18rem;
        text-align: center;
        margin-top: 0.2rem;
        animation: big 1s infinite;
    }
    @keyframes big {
        from {
            -webkit-transform: scale(1);
            -webkit-transform-origin: 50% 50%;
        }

        to {
            -webkit-transform: scale(1.3);
            -webkit-transform-origin: 50% 50%;
        }
    }



    
}